MAKE VECTOR2
This command will create a VECTOR2 data item. Unlike the datatypes you are used to, these datatypes are stored internally and referenced by an index value. The VECTOR2 datatype contains two float values representing X and Y. This datatype is typically used to store screen based coordinates.

SYNTAX
Return Integer=MAKE VECTOR2(Vector)

RELATED INFO
3DMATHS Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example